home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pibt40s1.arc / DOXMODD1.MOD < prev    next >
Text File  |  1986-03-02  |  2KB  |  31 lines

  1. (*----------------------------------------------------------------------*)
  2. (*        Do_Xmodem_Download --- Controls Xmodem downloads              *)
  3. (*----------------------------------------------------------------------*)
  4.  
  5. PROCEDURE Do_Xmodem_Download( Transfer_Protocol : Transfer_Type );
  6.  
  7. (*----------------------------------------------------------------------*)
  8. (*                                                                      *)
  9. (*     Procedure:  Do_Xmodem_Download                                   *)
  10. (*                                                                      *)
  11. (*     Purpose:    Controls Xmodem-family downloads                     *)
  12. (*                                                                      *)
  13. (*     Calling Sequence:                                                *)
  14. (*                                                                      *)
  15. (*        Do_Xmodem_DownLoad( Transfer_Protocol : Transfer_Type );      *)
  16. (*                                                                      *)
  17. (*           Transfer_Protocol --- type of transfer to do               *)
  18. (*                                                                      *)
  19. (*     Calls:                                                           *)
  20. (*              Receive_Xmodem_File                                     *)
  21. (*              Receive_Modem7_File                                     *)
  22. (*              Async_Reset_Port                                        *)
  23. (*                                                                      *)
  24. (*     Remarks:                                                         *)
  25. (*                                                                      *)
  26. (*        This routine exists solely to ensure overlaying of the Xmodem *)
  27. (*        code with the Kermit code.                                    *)
  28. (*                                                                      *)
  29. (*----------------------------------------------------------------------*)
  30.  
  31.